home *** CD-ROM | disk | FTP | other *** search
- /* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Sun Microsystems code.
- *
- * The Initial Developer of the Original Code is Sun Microsystems.
- * Portions created by the Initial Developer are Copyright (C) 2006
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Michael Buettner <michael.buettner@sun.com>
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
- #sun-calendar-event-dialog {
- padding: 0px;
- }
-
- label.label {
- text-align: right;
- }
-
- #item-calendar,
- #item-categories,
- #item-repeat,
- #item-alarm,
- .datepicker-text-class {
- min-width: 12em;
- }
-
- /****************************************************************************************/
-
- daypicker-weekday {
- -moz-binding: url(chrome://calendar/content/calendar-daypicker.xml#daypicker-weekday);
- -moz-user-focus: normal;
- margin-top: 2px;
- }
-
- daypicker-monthday {
- -moz-binding: url(chrome://calendar/content/calendar-daypicker.xml#daypicker-monthday);
- -moz-user-focus: normal;
- margin-top: 2px;
- }
-
- recurrence-preview {
- -moz-binding: url(chrome://calendar/content/sun-calendar-event-dialog-recurrence-preview.xml#recurrence-preview);
- -moz-user-focus: normal;
- }
-
- /****************************************************************************************/
-
- attendees-list {
- -moz-binding: url(chrome://calendar/content/sun-calendar-event-dialog-attendees.xml#attendees-list);
- -moz-user-focus: normal;
- }
-
- selection-bar {
- -moz-binding: url(chrome://calendar/content/sun-calendar-event-dialog-attendees.xml#selection-bar);
- -moz-user-focus: normal;
- }
-
- /****************************************************************************************/
-
- scroll-container {
- -moz-binding: url(chrome://calendar/content/sun-calendar-event-dialog-freebusy.xml#scroll-container);
- -moz-user-focus: normal;
- }
-
- freebusy-day {
- -moz-binding: url(chrome://calendar/content/sun-calendar-event-dialog-freebusy.xml#freebusy-day);
- -moz-user-focus: normal;
- }
-
- freebusy-timebar {
- -moz-binding: url(chrome://calendar/content/sun-calendar-event-dialog-freebusy.xml#freebusy-timebar);
- -moz-user-focus: normal;
- }
-
- freebusy-row {
- -moz-binding: url(chrome://calendar/content/sun-calendar-event-dialog-freebusy.xml#freebusy-row);
- -moz-user-focus: normal;
- }
-
- freebusy-grid {
- -moz-binding: url(chrome://calendar/content/sun-calendar-event-dialog-freebusy.xml#freebusy-grid);
- -moz-user-focus: normal;
- }
-
- /****************************************************************************************/
-
- timezone-page {
- -moz-binding: url(chrome://calendar/content/sun-calendar-event-dialog-timezone.xml#timezone-page);
- -moz-user-focus: normal;
- }
-
- /****************************************************************************************/
-
- listbox {
- margin: 0px 0px;
- border-style: none;
- }
-
- .selection-bar {
- background-color: #008080;
- opacity: 0.2;
- -moz-border-radius-topleft: 10px;
- -moz-border-radius-topright: 10px;
- }
-
- .freebusy-container {
- overflow: hidden;
- clip: rect(0px 0px 0px 0px);
- }
-
- .freebusy-content {
- overflow: hidden;
- clip: rect(0px 0px 0px 0px);
- }
-
- /* margin-right 1px is needed to take border-right from the grid elements into account */
- .freebusy-timebar-title {
- margin-right: 1px;
- }
-
- .freebusy-timebar-hour {
- margin-right: 1px;
- margin-bottom: 5px;
- }
-
- .freebusy-timebar-hour[scheduled="true"] {
- /* the 'sechuled'-attribute is used in the timebar to indicate
- which hours are affected of the currently schedued event.
- since we added the selection-bar this is no longer necessary
- but we keep the possibity to decorate those hours if it should
- become beneficial.
- text-decoration: underline;
- */
- }
-
- .freebusy-grid {
- border-right: 1px solid #BDBEC0;
- background-color: #E09EBD;
- color: #E09EBD;
- }
-
- .freebusy-grid[state="busy"] {
- background-color: #35556B;
- color: #35556B;
- }
-
- .freebusy-grid[state="free"] {
- background-color: #EBEBE4;
- color: #EBEBE4;
- }
-
- #dialog-box {
- padding-top: 8px;
- padding-bottom: 10px;
- -moz-padding-start: 8px;
- -moz-padding-end: 10px;
- }
-
- #addressingWidget {
- -moz-user-focus: none;
- }
-
- .textbox-addressingWidget[noMatchesFound="true"] {
- color: red;
- }
-
- #typecol-addressingWidget {
- min-width: 9em;
- border-right: 1px solid #CACAFF;
- }
-
- /* This applies to rows of the attendee-list and the freebusy-grid */
- .addressingWidgetItem,
- .dummy-row {
- border: none !important;
- background-color: inherit !important;
- color: inherit !important;
-
- /* we set the minimal height to the height of the
- largest icon [the person-icon in this case] to
- ensure that the rows of the freebusy-grid and
- the attendee-list always have the same height,
- regardless of the font size. */
- min-height: 16px;
- }
-
- .addressingWidgetCell {
- border-bottom: 1px solid #CACAFF;
- padding: 0px;
- }
-
- .addressingWidgetCell:first-child {
- border-top: none;
- }
-
- .dummy-row-cell:first-child {
- border-top: none;
- border-bottom: 1px solid #CACAFF;
- }
-
- .person-icon {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/abcard.png);
- }
-
- .status-icon[status="ACCEPTED"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 12px 14px 0px);
- }
- .status-icon[status="ACCEPTED"][disabled="true"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(14px 12px 28px 0px);
- }
-
- .status-icon[status="DECLINED"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 24px 14px 12px);
- }
- .status-icon[status="DECLINED"][disabled="true"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(14px 24px 28px 12px);
- }
-
- .status-icon[status="NEEDS-ACTION"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 36px 14px 24px);
- }
- .status-icon[status="NEEDS-ACTION"][disabled="true"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(14px 36px 28px 24px);
- }
-
- .status-icon[status="TENTATIVE"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 48px 14px 36px);
- }
- .status-icon[status="TENTATIVE"][disabled="true"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(14px 48px 28px 36px);
- }
-
- .role-icon[role="REQ-PARTICIPANT"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 159px 16px 138px);
- }
- .role-icon[role="REQ-PARTICIPANT"][disabled="true"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 159px 16px 138px);
- }
-
- .role-icon[role="OPT-PARTICIPANT"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 180px 16px 159px);
- }
- .role-icon[role="OPT-PARTICIPANT"][disabled="true"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 180px 16px 159px);
- }
-
- .role-icon[role="CHAIR"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 201px 16px 180px);
- }
- .role-icon[role="CHAIR"][disabled="true"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 201px 16px 180px);
- }
-
- .role-icon[role="CHAIR"] {
- margin: 0 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 201px 16px 180px);
- }
-
- .zoom-in-icon {
- margin: 3px 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 97px 14px 84px);
- }
-
- .zoom-out-icon {
- margin: 3px 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 110px 14px 97px);
- }
-
- .left-icon {
- margin: 3px 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 124px 14px 110px);
- }
- .left-icon[disabled="true"] {
- margin: 3px 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(14px 124px 28px 110px);
- }
-
- .right-icon {
- margin: 3px 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(0px 138px 14px 124px);
- }
- .right-icon[disabled="true"] {
- margin: 3px 3px;
- list-style-image: url(chrome://calendar/skin/sun-calendar-event-dialog-attendees.png);
- -moz-image-region: rect(14px 138px 28px 124px);
- }
-
- .legend {
- width: 3em;
- height: 1em;
- border-top: 1px solid #A1A1A1;
- border-right: 1px solid #C3C3C3;
- border-bottom: 1px solid #DDDDDD;
- border-left: 1px solid #C3C3C3;
- }
-
- .legend[status="FREE"] {
- background-color: #EBEBE4;
- color: #EBEBE4;
- }
-
- .legend[status="BUSY"] {
- background-color: #35556B;
- color: #35556B;
- }
-
- .legend[status="UNKNOWN"] {
- background-color: #E09EBD;
- color: #E09EBD;
- }
-
- #content-frame {
- border-left: 1px solid ThreeDDarkShadow;
- border-right: 1px solid ThreeDLightShadow;
- min-width: 10px;
- min-height: 10px;
- height: 400px;
- }
-
- listboxbody {
- overflow-y: hidden !important;
- }
-
- .selection-bar-left {
- width: 3px;
- cursor: w-resize;
- }
-
- .selection-bar-right {
- width: 3px;
- cursor: e-resize;
- }
-
- .selection-bar-spacer {
- cursor: -moz-grab;
- }
-
- .checkbox-no-label > .checkbox-label-box {
- display: none;
- }
-